home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tandy Sensation 2
/
Tandy Sensation II System.iso
/
makstart.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-08-02
|
116 b
|
8 lines
@echo off
cd \startup
format a: /u /s
if errorlevel 1 goto done
label a: < \start.id
xcopy . a:\ /s /v
:done